home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CU Amiga Super CD-ROM 23
/
CU Amiga - Super CD-ROM 23 (June 1998).iso
/
CUCD
/
Graphics
/
ArtStudioPro
/
Rexx
/
Load.asrx
< prev
next >
Wrap
Text File
|
1995-05-31
|
525b
|
30 lines
/*
** LOAD.asrx
**
** $VER: LOAD V1.0.0 (03.04.95)
**
** (c) by MotionStudios
** Wildermuthplatz 3
** 28211 Bremen
** Tel.: 0421/249966
**
**
** Path = PathName
** File = FileName
*/
ADDRESS "ArtStudio"
OPTIONS RESULTS
PARSE ARG Path File
/*
** Es wird der Pfad und der Filename an ArtStudio übergeben.
** Wird kein Filename übergeben, dann wird das Verzeichnis nach
** Bildern durchsucht.
** Wird als Filename "ArtStudio.data" übergeben, dann wird eine neue
** BaseDatei geöffnet.
*/
LOAD Path File